home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 January / Macworld (2000-01).dmg / Shareware World / Utilities / Text processing / PDF–Blit™1.02.sea / PDF–Blit™1.02 / Source / fabsd.c < prev    next >
Text File  |  1999-09-17  |  170b  |  8 lines

  1. // ©1999 by Kas Thomas. All rights reserved. See ReadMe for important information.
  2. float        fabsd( double d );
  3.  
  4. float        fabsd( double d ) {
  5.  
  6. return ((float)(  (long)d) );
  7. }
  8.